home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 916 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  2. Subject: Binary COnfigurations
  3. Date: Tue, 18 Jan 94 15:41:02 CST
  4.  
  5. ==============================
  6. Ofcourse some sort of standard configuration tool to modify the hardcoded
  7. paths (and other things as well) is very welcome. It enhances the flexibi-
  8. lity of the system. And I don't mean make+compiler+assembler+linker+...,
  9. but one simple tool, that doesn't need a lot of resources.
  10. ==============================
  11.  
  12. It should be possible, with GNU anyway, to modify the executable by
  13. using the symbol-table.  It wouldn't work once the symbol table was
  14. stripped, but once configured on your personal system you could then
  15. strip the symbol table if you like.
  16.  
  17. A simple utility to just list string variables and allow them to be
  18. edited, with perhaps a fancy GEM interface to make things easier.  By
  19. choosing standard identifier names one could quickly find the right
  20. variable to change.
  21.  
  22. The problem here is that you would need one binary configuration program
  23. for GNU C, one for Lattice, one for DRI, or whatever other symbol-table
  24. formats there are, because I think they are all different.
  25.  
  26.  
  27.